CommonEvent 1240
Name = "会話：ウォーマー"

  999([1240])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Body, slimy..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Sticky..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Ghouls, friends..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>I'm hungry..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Hobbling..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Ahhhhhhhh..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Damp... Like...\nSlugs... Like..."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Meat, want to eat..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Rain, touch..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Swamp, like...\nBubbling..."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>When you're hungry...\nWhat do you eat?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Meat", "Vegetables", "Zombies"], 0])
    When([0, "肉"])
      ShowTextAttributes(["warmer_fc1", 0, 0, 2])
      ShowText(["\\n<Warmer>Meat, tasty..."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "野菜"])
      ShowTextAttributes(["warmer_fc1", 2, 0, 2])
      ShowText(["\\n<Warmer>Cannot understand..."])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "ゾンビ"])
      ShowTextAttributes(["warmer_fc1", 2, 0, 2])
      ShowText(["\\n<Warmer>Zombies eat humans... Humans eat zombies...\nTurning round and round, Ouroboros..."])
      ShowText([""])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>I'm hungry...\nCan I eat...?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Okay", "I'm no good", "Can I eat you too?"], 0])
    When([0, "いいよ"])
      ShowTextAttributes(["warmer_fc1", 0, 0, 2])
      ShowText(["\\n<Warmer>*munch munch*..."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "ダメ"])
      ShowTextAttributes(["warmer_fc1", 2, 0, 2])
      ShowText(["\\n<Warmer>............"])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "君も食べていい？"])
      ShowTextAttributes(["warmer_fc1", 0, 0, 2])
      ShowText(["\\n<Warmer>Then, I'll give my right foot...\nHead, let me eat..."])
      ShowText([""])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>I...am alive?"])
    ShowText([""])
    ShowChoices([["You're alive", "You're dead", "I don't know"], 0])
    When([0, "生きてる"])
      ShowTextAttributes(["warmer_fc1", 0, 0, 2])
      ShowText(["\\n<Warmer>Alive...alive...♪"])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "死んでる"])
      ShowTextAttributes(["warmer_fc1", 2, 0, 2])
      ShowText(["\\n<Warmer>......?!"])
      ShowText([""])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["She appears to be shocked..."])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "分からない"])
      ShowTextAttributes(["warmer_fc1", 2, 0, 2])
      ShowText(["\\n<Warmer>Alive? Dead?\nI do not know..."])
      ShowText([""])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Ghouls, friends...\nWhat are your friends?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Warmer", "Ghouls", "Love and courage"], 0])
    When([0, "ウォーマー"])
      ShowTextAttributes(["warmer_fc1", 0, 0, 2])
      ShowText(["\\n<Warmer>Then, mine too...\nYou, friend..."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "グール"])
      ShowTextAttributes(["warmer_fc1", 0, 0, 2])
      ShowText(["\\n<Warmer>Ghouls are not friends with you..."])
      ShowText([""])
      Empty([])

    When([2, "愛と勇気"])
      ShowTextAttributes(["warmer_fc1", 0, 0, 2])
      ShowText(["\\n<Warmer>Strong and independent...cool..."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Slimy, like...?"])
    ShowText([""])
    ShowChoices([["I love it", "I hate it", "I'm already slimy"], 0])
    When([0, "大好き"])
      ShowTextAttributes(["warmer_fc1", 0, 0, 2])
      ShowText(["\\n<Warmer>I'll make you slimy...\nSlimy slimy..."])
      ShowText([""])
      ShowText([""])
      ShowTextAttributes(["ruka_fc1", 0, 0, 2])
      ShowText(["\\n<Luka>Uwah! ♪"])
      ShowText([""])
      ChangeState([0, 1, 0, 23])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Luka has been covered in slime!"])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "大嫌い"])
      ShowTextAttributes(["warmer_fc1", 2, 0, 2])
      ShowText(["\\n<Warmer>............"])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "すでにヌルヌルだ"])
      ShowTextAttributes(["warmer_fc1", 2, 0, 2])
      ShowText(["\\n<Warmer>Liar..."])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 16])
      ShowTextAttributes(["warmer_fc1", 0, 0, 2])
      ShowText(["\\n<Warmer>Restorative...give me..."])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 16, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give a \\ii[16]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["warmer_fc1", 0, 0, 2])
        ShowText(["\\n<Warmer>Happy..."])
        ShowText([""])
        ChangeItems([16, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["warmer_fc1", 2, 0, 2])
        ShowText(["\\n<Warmer>...Won't give?!"])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 329])
      ShowTextAttributes(["warmer_fc1", 0, 0, 2])
      ShowText(["\\n<Warmer>Meat...give me..."])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 329, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give some \\ii[329]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["warmer_fc1", 0, 0, 2])
        ShowText(["\\n<Warmer>Happy..."])
        ShowText([""])
        ChangeItems([329, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["warmer_fc1", 2, 0, 2])
        ShowText(["\\n<Warmer>...Won't give?!"])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Money...give me..."])
    ShowText([""])
    ConditionalBranch([7, 813, 0])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give 813G? (Remaining:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["warmer_fc1", 0, 0, 2])
        ShowText(["\\n<Warmer>Happy..."])
        ShowText([""])
        ChangeGold([1, 0, 813])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["warmer_fc1", 2, 0, 2])
        ShowText(["\\n<Warmer>...Won't give?!"])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["warmer_fc1", 2, 0, 2])
      ShowText(["\\n<Warmer>...None?!"])
      ShowText([""])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Give..."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([221, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Warmer gave you some \\ii[221]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Give..."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([432, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Warmer gave you some \\ii[432]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["warmer_fc1", 0, 0, 2])
    ShowText(["\\n<Warmer>Give..."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 1355])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Warmer gave you 1355G!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
